:root{--bg:#000;--text:#fff;--cyan:#25F4EE;--pink:#FE2C55;--card-bg-start:#1a1a1a;--card-bg-end:#000;--font:'Montserrat',sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);font-family:var(--font);min-height:100vh;overflow-x:hidden;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center}header{padding:1.5rem;width:100%;display:flex;justify-content:center}header img{height:40px;width:auto;object-fit:contain}.main-container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;padding:2rem 1.5rem;position:relative}h1{font-weight:700;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin-bottom:1rem;text-shadow:-2px 0 var(--cyan),2px 0 var(--pink)}.subheadline{font-size:clamp(0.9rem,2vw,1.1rem);color:#ccc;margin-bottom:2.5rem;max-width:600px;line-height:1.5}.tik-card{width:100%;max-width:28rem;padding:1.25rem;border:1px solid rgba(37,244,238,0.5);border-radius:.75rem;background:linear-gradient(to bottom,var(--card-bg-start),var(--card-bg-end));display:flex;align-items:flex-start;gap:1rem;box-shadow:0 10px 15px -3px rgba(37,244,238,0.1),0 4px 6px -2px rgba(37,244,238,0.05);margin-bottom:2.5rem;text-align:left}.card-icon-wrapper{flex-shrink:0}.card-icon{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background-color:#111;border:1px solid rgba(37,244,238,0.3);border-radius:50%;box-shadow:0 0 0 1px rgba(37,244,238,0.2)}.card-svg{fill:var(--cyan);width:1.5rem;height:1.5rem}.card-content h2{font-size:1.1rem;font-weight:600;color:var(--cyan);margin-bottom:.25rem;letter-spacing:normal;line-height:1.2}.card-content p{color:#999;font-size:.8rem;line-height:1.4}.cta-button{background-color:var(--pink);color:var(--text);font-weight:700;font-size:1.125rem;padding:1rem 3rem;border-radius:9999px;text-decoration:none;transition:transform .2s,box-shadow .2s;border:none;box-shadow:0 4px 14px 0 rgba(254,44,85,0.39);display:inline-block;white-space:nowrap}.cta-button:hover,.cta-button:focus{transform:scale(1.05);box-shadow:0 6px 20px rgba(254,44,85,0.23);outline:2px solid #fff;outline-offset:2px}.bg-blur{position:absolute;width:200px;height:200px;background:var(--pink);filter:blur(90px);opacity:.15;border-radius:50%;z-index:-1;top:20%;left:50%;transform:translate(-50%,-50%)}.bg-blur-2{position:absolute;width:250px;height:250px;background:var(--cyan);filter:blur(100px);opacity:.1;border-radius:50%;z-index:-1;bottom:10%;right:10%}footer{padding:1.5rem 1rem;font-size:.75rem;color:#555;width:100%;line-height:1.5}footer p{margin-bottom:.25rem}.disclaimer{font-size:.7rem;opacity:.7}@media(max-width:640px){.tik-card{padding:1rem;gap:.75rem}.card-icon{width:2.25rem;height:2.25rem}.card-svg{width:1.2rem;height:1.2rem}.cta-button{width:100%;text-align:center}}